home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / 50hn0696.zip / 50HFBONE.NA < prev    next >
Text File  |  1996-05-31  |  5KB  |  98 lines

  1. %=============================================================================
  2. % 50HFBONE.NA                                        Edition: April 1, 1995
  3. %=============================================================================
  4. %
  5. %
  6. %
  7. %
  8. %=============================================================================
  9. %                          ||  Key to Listings  ||
  10. %=============================================================================
  11. %
  12. %
  13. % The following format is used to describe each of the File Distribution Nets.
  14. %
  15. %     Kywd FileTag   Level Flags  Description
  16. %     ---- --------  ----  -----  --------------------------------------------
  17. %     Area XYZ_GIF   0     !      XYZ: GIF files for the XYZ program
  18. %
  19. %         "Area"  - Used by RAID and similar programs to
  20. %                   denote the beginning of an file area definition.
  21. %
  22. %         FileTag - Name of area that files will be sent under.  Similar to an
  23. %                   echomail areatag.
  24. %
  25. %         Level   - Security level (0-4096) used to protect this area
  26. %
  27. %         Flags   - Access flags (see below) to control who's allowed to feed,
  28. %                   and what type of echo it is.
  29. %
  30. %         Desc    - FDN abbreviation followed by a description of the area's
  31. %                   contents.
  32. %
  33. % There are five types of access flags:
  34. %
  35. %     "!" - Filebone distribution.  Areas marked with this flag are carried by
  36. %           the Filebone and can found at any Filebone Hub site (see below).
  37. %
  38. %     "." - Open distribution.  While unrestricted in nature, these areas are
  39. %           *NOT* distributed by the Filebone.  Although many Filebone Hubs do
  40. %            in fact carry them, you may be forced to find your own feed.
  41. %
  42. %     "*" - Hatching is allowed by *any* node attached to the area.  This flag
  43. %           may be mixed with any of the others.  If an area does not contain
  44. %           this flag, then you may not hatch directly into it.  There will
  45. %           either be a "return channel" provided or you must send your
  46. %           submission directly to the FDN head or other listed site.
  47. %
  48. %     "&" - Do not send this area to any downlinks.  This flag usually 
  49. %           indicates that an area is a "return channel" to be used for 
  50. %           submitting files to a FDN head for distribution.  Be sure to 
  51. %           remove it in your TIC.CFG for your uplink *only*.  This flag
  52. %           should only be used in conjunction with the "*" flag.
  53. %
  54. % ( all  )  Restricted distribution.  These areas are privately distributed 
  55. % (others)  and are *NOT* carried by the Filebone.  You must contact the FDN 
  56. %           head to obtain a feed.
  57. %
  58. % This format is based on the TICK and RAID programs.  Indeed, you can directly
  59. % use this file as part of your RAID config file.  This file can also be used
  60. % by alternative TICK processors such as ALLFIX, as a list of availble echos to
  61. % downlinks, and for descriptions of the echos. For example, the following
  62. % DOS command could be used to create your new RAID.CFG file from the weekly
  63. % 50HFBONE.NA file along with prefix and suffix files (RAID.BEG and RAID.END)
  64. % containing your personal configuration information:
  65. %
  66. %     Copy  RAID.BEG + FILEBONE.NA + RAID.END  RAID.CFG
  67. %
  68. %
  69. %=============================================================================
  70. %                       ||  FDNs on the Filebone  ||
  71. %=============================================================================
  72. %
  73. %               HeadQuarters: Zone 101 - Brian Niegocki 101:101/0
  74. %                  Info File: 50HFBONE
  75. %          SysOp Conferences: 50H_ADMI
  76. %
  77. Area 50HF_ADMI   0    !      50h Net - Administrative Files (Nodelists, Echo Lists)
  78. Area 50HF_ALGORI 0    !      50h Net - Programming - Algorithms
  79. Area 50HF_ASM    0    !      50h Net - Programming - Assembler
  80. Area 50HF_BASIC  0    !      50h Net - Programming - Basic
  81. Area 50HF_COMM   0    !      50h Net - Programming - Communications
  82. Area 50HF_COMP   0    !      50h Net - Programming - Compression
  83. Area 50HF_C_PLUS 0    !      50h Net - Programming - C/C++
  84. Area 50HF_DEMOSR 0    !      50h Net - Programming - Demo/Intro Source
  85. Area 50HF_EMSXMS 0    !      50h Net - Programming - EMS/XMS/Swapping
  86. Area 50HF_GRAPH  0    !      50h Net - Programming - Graphics
  87. Area 50HF_HQ     0    !&     50h Net - Upstream To 50h Net HQ *ONLY!*
  88. Area 50HF_MISC   0    !      50h Net - Programming - Miscellaneous
  89. Area 50HF_MOUSE  0    !      50h Net - Programming - Mouse/Jstick
  90. Area 50HF_P-UTIL 0    !      50h Net - Programmer's Utilities
  91. Area 50HF_PASCAL 0    !      50h Net - Programming - Pascal
  92. Area 50HF_SORT   0    !      50h Net - Programming - Sorting
  93. Area 50HF_SOUND  0    !      50h Net - Programming - Sound
  94. Area 50HF_TSR    0    !      50h Net - Programming - TSR/Multitasking
  95. %
  96. %=================================== End =====================================
  97.  
  98.